home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / T-Z / WorldClassFonts.cpt / Font Index_World Class / background_2730.txt < prev    next >
Text File  |  1989-02-26  |  5KB  |  229 lines

  1. -- background: 2730 from stack: in
  2. -- bmap block id: 3072
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Font card
  6. ----- HyperTalk script -----
  7. on newCard
  8.   tabKey
  9. end newCard
  10.  
  11.  
  12.  
  13.  
  14. -- part 1 (field)
  15. -- low flags: 01
  16. -- high flags: 0000
  17. -- rect: left=64 top=24 right=41 bottom=185
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 0 / 0
  20. -- text alignment: 0
  21. -- font id: 0
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: Font Name
  26.  
  27.  
  28. -- part 15 (field)
  29. -- low flags: 01
  30. -- high flags: 0000
  31. -- rect: left=272 top=24 right=41 bottom=343
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 0
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: Font ID
  40.  
  41.  
  42. -- part 16 (field)
  43. -- low flags: 00
  44. -- high flags: 0000
  45. -- rect: left=424 top=24 right=41 bottom=503
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 0
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: Font Type
  54.  
  55.  
  56. -- part 29 (button)
  57. -- low flags: 00
  58. -- high flags: 0004
  59. -- rect: left=6 top=303 right=337 bottom=45
  60. -- title width / last selected line: 0
  61. -- icon id / first selected line: 20186 / 20186
  62. -- text alignment: 1
  63. -- font id: 0
  64. -- text size: 12
  65. -- style flags: 0
  66. -- line height: 16
  67. -- part name: Sort
  68. ----- HyperTalk script -----
  69. on mouseUp
  70.   answer "Sort all cards of this stack according to:" with "Font Name" or "Font ID" or "Cancel"
  71.   if it is "Font Name"
  72.   then sort by first word of field "Font Name"
  73. else if it is "Font ID"
  74. then sort by value of field "Font ID"
  75. end mouseUp
  76.  
  77.  
  78.  
  79. -- part 30 (button)
  80. -- low flags: 00
  81. -- high flags: 0004
  82. -- rect: left=46 top=303 right=337 bottom=85
  83. -- title width / last selected line: 0
  84. -- icon id / first selected line: 32670 / 32670
  85. -- text alignment: 1
  86. -- font id: 0
  87. -- text size: 12
  88. -- style flags: 0
  89. -- line height: 16
  90. -- part name: 
  91. ----- HyperTalk script -----
  92. on mouseUp
  93.   show all cards
  94. end mouseUp
  95.  
  96.  
  97.  
  98. -- part 31 (button)
  99. -- low flags: 00
  100. -- high flags: 0004
  101. -- rect: left=464 top=303 right=337 bottom=503
  102. -- title width / last selected line: 0
  103. -- icon id / first selected line: 20098 / 20098
  104. -- text alignment: 1
  105. -- font id: 0
  106. -- text size: 12
  107. -- style flags: 0
  108. -- line height: 16
  109. -- part name: Home
  110. ----- HyperTalk script -----
  111. on mouseUp
  112.   doMenu "Compact Stack"
  113.   visual effect iris close
  114.   go "Home"
  115. end mouseUp
  116.  
  117.  
  118.  
  119. -- part 34 (button)
  120. -- low flags: 00
  121. -- high flags: 0004
  122. -- rect: left=424 top=303 right=337 bottom=463
  123. -- title width / last selected line: 0
  124. -- icon id / first selected line: 27009 / 27009
  125. -- text alignment: 1
  126. -- font id: 0
  127. -- text size: 12
  128. -- style flags: 0
  129. -- line height: 16
  130. -- part name: Right Arrow
  131. ----- HyperTalk script -----
  132. on mouseUp
  133.   visual effect wipe left
  134.   go next card
  135. end mouseUp
  136.  
  137.  
  138.  
  139. -- part 35 (button)
  140. -- low flags: 00
  141. -- high flags: 0004
  142. -- rect: left=384 top=303 right=337 bottom=423
  143. -- title width / last selected line: 0
  144. -- icon id / first selected line: 9301 / 9301
  145. -- text alignment: 1
  146. -- font id: 0
  147. -- text size: 12
  148. -- style flags: 0
  149. -- line height: 16
  150. -- part name: Left Arrow
  151. ----- HyperTalk script -----
  152. on mouseUp
  153.   visual effect wipe right
  154.   go prev card
  155. end mouseUp
  156.  
  157.  
  158.  
  159. -- part 36 (button)
  160. -- low flags: 00
  161. -- high flags: 0004
  162. -- rect: left=344 top=303 right=337 bottom=383
  163. -- title width / last selected line: 0
  164. -- icon id / first selected line: 5472 / 5472
  165. -- text alignment: 1
  166. -- font id: 0
  167. -- text size: 12
  168. -- style flags: 0
  169. -- line height: 16
  170. -- part name: First Arrow
  171. ----- HyperTalk script -----
  172. on mouseUp
  173.   visual effect wipe right
  174.   go to first card
  175. end mouseUp
  176.  
  177.  
  178.  
  179. -- part 37 (button)
  180. -- low flags: 00
  181. -- high flags: 0004
  182. -- rect: left=86 top=303 right=337 bottom=125
  183. -- title width / last selected line: 0
  184. -- icon id / first selected line: 26070 / 26070
  185. -- text alignment: 1
  186. -- font id: 0
  187. -- text size: 12
  188. -- style flags: 0
  189. -- line height: 16
  190. -- part name: New Card
  191. ----- HyperTalk script -----
  192. on mouseUp
  193.   doMenu "New Card"
  194. end mouseUp
  195.  
  196.  
  197.  
  198. -- part 44 (field)
  199. -- low flags: 00
  200. -- high flags: 0000
  201. -- rect: left=440 top=163 right=302 bottom=503
  202. -- title width / last selected line: 0
  203. -- icon id / first selected line: 0 / 0
  204. -- text alignment: 0
  205. -- font id: 0
  206. -- text size: 12
  207. -- style flags: 0
  208. -- line height: 16
  209. -- part name: info
  210.  
  211.  
  212. -- part 54 (button)
  213. -- low flags: 00
  214. -- high flags: 0004
  215. -- rect: left=126 top=303 right=337 bottom=165
  216. -- title width / last selected line: 0
  217. -- icon id / first selected line: 8538 / 8538
  218. -- text alignment: 1
  219. -- font id: 0
  220. -- text size: 12
  221. -- style flags: 0
  222. -- line height: 16
  223. -- part name: Find
  224. ----- HyperTalk script -----
  225. on mouseUp
  226.   doMenu "Find..."
  227. end mouseUp
  228.  
  229.